home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Hardware / Mac_OS_USB_DDK_v1.2 / Examples / USBMultModule Readme next >
Encoding:
Text File  |  1999-04-15  |  2.1 KB  |  38 lines  |  [TEXT/ttxt]

  1. USB Multiple Module Driver Sample
  2. Version: 1.0b1
  3.  
  4. A Metrowerks CodeWarrior project sample demonstrating how to set up a project to create a driver file with multiple USB class driver modules merged into a single file.
  5.  
  6. Description
  7.  
  8. This project merges the USBTabletModule and the USBPrintDriver, into a single driver file "USBMultModuleSample".  Note that support for multiple class modules in a single driver file is only available with USB v1.2 and greater. For earlier releases of USB, only the first class module in the library is recognized.
  9.  
  10. Making the Project
  11.  
  12. This sample was built using the Metrowerks CodeWarrior Pro 4, IDE v3.2 environment and the Mac OS USB DDK v1.2.  Also required, is the Universal Interfaces and Libraries 3.1.
  13.  
  14. To make this project, first go to both the USBTabletDriver and USBPrintDriver folders and building those drivers. This project assumes the presence of these 2 built drivers in the ":Extensions-MCWBuilt:" folder.  The resulting driver is placed into the ":Extensions-MCWBuilt:" folder and is named USBMultModuleSample.
  15.  
  16. Bug Reports:
  17.  
  18. If you find any bugs, please send them to "usb@isg.apple.com" and include "Attn: Rich Kubota" and I will try to address them.
  19.  
  20. Questions??:
  21.  
  22. For any questions which you may have with this sample or with Mac OS USB, please submit them to either the Mac OS USB mailing list, usb@apple.com, or to Worldwide Macintosh Developer Technical Support (WWDTS), dts@apple.com. If you are not familiar with the recent changes to the WWDTS support plans, please check them out at the Developer Programs web page, 
  23.  
  24. <http://developer.apple.com/programs/>
  25.  
  26. To subscribe to the Mac OS USB Developer mailing list, use the following URL.
  27. <mailto:requests@isg.apple.com?SUBJECT=subscribe usb>
  28.  
  29. Acknowledgements
  30.  
  31. Thanks to Ron Wagner on the USB mailing list for his tip on adding an 'ndrv' file type in the File Mapping option so that built 'ndrv' driver files can be included directly into this project file.
  32.  
  33. For any questions which you may have with this sample or with Mac OS USB, please submit them 
  34. Rich Kubota
  35. Apple Macintosh Developer Technical Support
  36. rkubota@apple.com
  37. 3/21/99
  38.